<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tippy-box[data-theme~='tomato'] {
    font-family: AlibabaPuHuiTi-Medium;
    background-color: #dadbdf;
    color: #353948;
    font-size: 18px;
}
.tippy-box[data-theme~='tomato'][data-placement^='top'] &gt; .tippy-arrow::before {
    border-top-color: #dadbdf;
}
.tippy-box[data-theme~='tomato'][data-placement^='bottom'] &gt; .tippy-arrow::before {
    border-bottom-color: #dadbdf;
}
.tippy-box[data-theme~='tomato'][data-placement^='left'] &gt; .tippy-arrow::before {
    border-left-color: #dadbdf;
}
.tippy-box[data-theme~='tomato'][data-placement^='right'] &gt; .tippy-arrow::before {
    border-right-color: #dadbdf;
}</pre></body></html>